|
In computer programming, core language refers to the primary components and features of a programming language, possibly including any standard libraries. A core language typically includes definitions of the types the language provides and rules about the syntax and semantics.〔 〕 The term has been used to describe the core features of C and C++,〔 〕 Java,〔 〕 Web Services Description Language〔 〕 and in research papers.〔 〕 The core language represents the boundary between what's in a language and what's not. Anything not in the language has to be added, either by writing it in the language, typically as a library, or through some sort of interface to an external application or system. Basic proficiency in a language is often understood to mean proficiency in the core language.〔(【引用サイトリンク】O'Reilly Book Description )〕 ==References== 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Core language」の詳細全文を読む スポンサード リンク
|